home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / sheep_escape.swf / scripts / DefineSprite_152 / frame_10 / DoAction.as
Text File  |  2012-01-07  |  461b  |  23 lines

  1. stop();
  2. if(0 < _root.endscreen.reaction6)
  3. {
  4.    _root.endscreen.gotoAndStop("on1");
  5. }
  6. if(0.1 < _root.endscreen.reaction6)
  7. {
  8.    _root.endscreen.gotoAndStop("on2");
  9. }
  10. if(0.2 < _root.endscreen.reaction6)
  11. {
  12.    _root.endscreen.gotoAndStop("on3");
  13. }
  14. if(0.3 < _root.endscreen.reaction6)
  15. {
  16.    _root.endscreen.gotoAndStop("on4");
  17. }
  18. if(0.7 < _root.endscreen.reaction6)
  19. {
  20.    _root.endscreen.gotoAndStop("on5");
  21. }
  22. _root.firstSound.stop("sheepsound1");
  23.